home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / pmake / lst / Makefile < prev   
Encoding:
Makefile  |  1992-06-11  |  1.2 KB  |  39 lines

  1. #
  2. # Prototype Makefile for a subdirectory that forms part of a command.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.bigcmd
  8. # Wed Jun 10 17:53:13 PDT 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.7 92/06/10 13:04:46 jhh Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstCur.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFake.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstIndex.c lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c lstLength.c lstMember.c lstMove.c lstNext.c lstOpen.c lstPred.c lstPrev.c lstRemove.c lstReplace.c lstSetCirc.c lstSucc.c
  17. MACHINES    = ds3100 sun3 sun4
  18. MAKEFILE    = Makefile
  19. NAME        = lst
  20. SYSMAKEFILE    = bigcmd.mk
  21. TYPE        = sprite
  22. DISTDIR        ?= /dist/sprite/src/cmds/pmake/lst
  23. #include    <settm.mk>
  24.  
  25.  
  26. #if exists($(TM).md/md.mk)
  27. #include    "$(TM).md/md.mk"
  28. #endif
  29.  
  30. #if exists(local.mk)
  31. #include     "local.mk"
  32. #else
  33. #include    <$(SYSMAKEFILE)>
  34. #endif
  35.  
  36. #if exists($(DEPFILE))
  37. #include    "$(DEPFILE)"
  38. #endif
  39.